home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / share / internet / death / _SETUP.1 / Nuke'eM.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1997-06-05  |  5KB  |  273 lines

  1. object Form1: TForm1
  2.   Left = 237
  3.   Top = 152
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Windows Nuke'#39'eM - B∩┐╜ta Version'
  7.   ClientHeight = 257
  8.   ClientWidth = 427
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 5
  21.     Width = 46
  22.     Height = 13
  23.     Caption = '&Address'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 1
  33.     Top = 0
  34.     Width = 425
  35.     Height = 29
  36.   end
  37.   object Bevel2: TBevel
  38.     Left = 1
  39.     Top = 33
  40.     Width = 425
  41.     Height = 200
  42.   end
  43.   object Label2: TLabel
  44.     Left = 328
  45.     Top = 5
  46.     Width = 24
  47.     Height = 13
  48.     Caption = '&Port'
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object Label3: TLabel
  57.     Left = 200
  58.     Top = 42
  59.     Width = 26
  60.     Height = 13
  61.     Caption = '&Text'
  62.     Font.Charset = ANSI_CHARSET
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.   end
  69.   object Label4: TLabel
  70.     Left = 200
  71.     Top = 74
  72.     Width = 33
  73.     Height = 13
  74.     Caption = '&Delay'
  75.     Font.Charset = ANSI_CHARSET
  76.     Font.Color = clBlack
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.   end
  82.   object AddressComboBox: TComboBox
  83.     Left = 64
  84.     Top = 4
  85.     Width = 257
  86.     Height = 21
  87.     Ctl3D = True
  88.     ItemHeight = 13
  89.     Items.Strings = (
  90.       'www.Bill_Gates.com')
  91.     ParentCtl3D = False
  92.     TabOrder = 0
  93.   end
  94.   object StatusBar: TStatusBar
  95.     Left = 0
  96.     Top = 235
  97.     Width = 427
  98.     Height = 22
  99.     Panels = <
  100.       item
  101.         Text = 'Done'
  102.         Width = 260
  103.       end>
  104.     SimplePanel = False
  105.     SizeGrip = False
  106.   end
  107.   object ExecuteButton: TButton
  108.     Left = 8
  109.     Top = 192
  110.     Width = 409
  111.     Height = 33
  112.     Caption = '&Execute'
  113.     Font.Charset = ANSI_CHARSET
  114.     Font.Color = clBlack
  115.     Font.Height = -13
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = [fsBold]
  118.     ParentFont = False
  119.     TabOrder = 2
  120.     OnClick = ExecuteButtonClick
  121.   end
  122.   object CloseCheckBox: TCheckBox
  123.     Left = 304
  124.     Top = 72
  125.     Width = 121
  126.     Height = 17
  127.     Caption = 'Close &after execution'
  128.     TabOrder = 3
  129.   end
  130.   object PortComboBox: TComboBox
  131.     Left = 360
  132.     Top = 4
  133.     Width = 60
  134.     Height = 21
  135.     Ctl3D = True
  136.     ItemHeight = 13
  137.     Items.Strings = (
  138.       '139'
  139.       '126')
  140.     ParentCtl3D = False
  141.     TabOrder = 4
  142.     Text = '139'
  143.   end
  144.   object TextEdit: TEdit
  145.     Left = 232
  146.     Top = 40
  147.     Width = 187
  148.     Height = 21
  149.     TabOrder = 5
  150.     Text = 'Testing 1 2 3'
  151.   end
  152.   object DelayUpDown: TUpDown
  153.     Left = 281
  154.     Top = 72
  155.     Width = 15
  156.     Height = 21
  157.     Associate = DelayEdit
  158.     Min = 0
  159.     Max = 6000
  160.     Position = 0
  161.     TabOrder = 6
  162.     Wrap = False
  163.   end
  164.   object DelayEdit: TEdit
  165.     Left = 240
  166.     Top = 72
  167.     Width = 41
  168.     Height = 21
  169.     TabOrder = 7
  170.     Text = '0'
  171.   end
  172.   object ProgressBar: TProgressBar
  173.     Left = 200
  174.     Top = 166
  175.     Width = 216
  176.     Height = 12
  177.     Min = 0
  178.     Max = 1000
  179.     TabOrder = 8
  180.   end
  181.   object Memo1: TMemo
  182.     Left = 200
  183.     Top = 104
  184.     Width = 217
  185.     Height = 57
  186.     BorderStyle = bsNone
  187.     Color = clBtnFace
  188.     Lines.Strings = (
  189.       'This program is created by Sadikuz (c) for '
  190.       'test-purposes only. The author of this program'
  191.       'is not responsible for any misbehaviour by the'
  192.       'users of this program.'
  193.       ''
  194.       ''
  195.       'This program is also known as Winnuke.')
  196.     ReadOnly = True
  197.     TabOrder = 9
  198.   end
  199.   object AddButton: TButton
  200.     Left = 8
  201.     Top = 168
  202.     Width = 57
  203.     Height = 17
  204.     Caption = 'Add'
  205.     TabOrder = 10
  206.     OnClick = AddButtonClick
  207.   end
  208.   object RemoveButton: TButton
  209.     Left = 72
  210.     Top = 168
  211.     Width = 49
  212.     Height = 17
  213.     Caption = 'Remove'
  214.     TabOrder = 11
  215.     OnClick = RemoveButtonClick
  216.   end
  217.   object NukeListBox: TListBox
  218.     Left = 8
  219.     Top = 40
  220.     Width = 177
  221.     Height = 121
  222.     ItemHeight = 13
  223.     TabOrder = 12
  224.   end
  225.   object HelpButton: TButton
  226.     Left = 128
  227.     Top = 168
  228.     Width = 57
  229.     Height = 17
  230.     Caption = 'Help'
  231.     TabOrder = 13
  232.     OnClick = HelpButtonClick
  233.   end
  234.   object MainMenu1: TMainMenu
  235.     Left = 360
  236.     Top = 224
  237.     object File1: TMenuItem
  238.       Caption = '&File'
  239.       ShortCut = 0
  240.       object Execute1: TMenuItem
  241.         Caption = '&Execute'
  242.         ShortCut = 0
  243.         OnClick = Execute1Click
  244.       end
  245.       object N1: TMenuItem
  246.         Caption = '-'
  247.         ShortCut = 0
  248.       end
  249.       object Exit1: TMenuItem
  250.         Caption = 'E&xit'
  251.         ShortCut = 0
  252.         OnClick = Exit1Click
  253.       end
  254.     end
  255.     object Help1: TMenuItem
  256.       Caption = '&Help'
  257.       ShortCut = 0
  258.       object About1: TMenuItem
  259.         Caption = '&About...'
  260.         ShortCut = 0
  261.         OnClick = About1Click
  262.       end
  263.     end
  264.   end
  265.   object ProgressTimer: TTimer
  266.     Enabled = False
  267.     Interval = 500
  268.     OnTimer = ProgressTimerTimer
  269.     Left = 392
  270.     Top = 224
  271.   end
  272. end
  273.